ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> Class / Key Property

In This Topic
    Key Property (GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Gets the key of the item to ve retrieved
    Syntax
    'Declaration
     
    Public ReadOnly Property Key As TKey
    public TKey Key {get;}
    See Also